@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fontes/Poppins-Regular.eot?#iefix') format('embedded-opentype'),  
	url('../fontes/Poppins-Regular.woff') format('woff'), 
	url('../fontes/Poppins-Regular.ttf')  format('truetype'), 
	url('../fontes/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins-Medium';
	src: url('../fontes/Poppins-Medium.eot?#iefix') format('embedded-opentype'),  
	url('../fontes/Poppins-Medium.woff') format('woff'), 
	url('../fontes/Poppins-Medium.ttf')  format('truetype'), 
	url('../fontes/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins-Light';
	src: url('../fontes/Poppins-Light.eot?#iefix') format('embedded-opentype'),  
	url('../fontes/Poppins-Light.woff') format('woff'), 
	url('../fontes/Poppins-Light.ttf')  format('truetype'), 
	url('../fontes/Poppins-Light.svg#Poppins-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fontes/Poppins.eot?#iefix') format('embedded-opentype'),  
	url('../fontes/Poppins.woff') format('woff'), 
	url('../fontes/Poppins.ttf')  format('truetype'), 
	url('../fontes/Poppins.svg#Poppins') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
reset
*/

*{
	margin: 0;
	padding: 0;
	outline: none;

}

body, input, textarea, iframe, hr, select{
	font-family: 'Poppins-Regular';
	font-size: 16px;
	border: none;
}

a{
	word-wrap: break-word;
}

iframe, video, table{
	max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #7d7d7d;
}
input::-moz-placeholder, textarea:-moz-placeholder { /* Firefox 19+ */
	color: #7d7d7d;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
	color: #7d7d7d;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
	color: #7d7d7d;
}

.Cont1400{
	width: 1400px;
	margin: 0 auto;
	
}

.Cont1300{
	width: 1300px;
	margin: 0 auto;
	
}

.Cont1200{
	width: 1200px;
	margin: 0 auto;
	
}

.Cont1100{
	width: 1100px;
	margin: 0 auto;
	
}

.Cont980{
	width: 980px;
	margin: 0 auto;
	
}

.Box-Header{
	width: 100%;
	float: left;
	position: relative;
	z-index: 999;
}

.Header-Medium{
	width: 100%;
	float: left;
}

.Sub{
	width: 100%;
	float: left;
}

.ContLogo {
	width: 256px;
	height: 64px;
	float: left;
	padding: 40px 0 25px;
	margin-right: 65px;
}

.ContLogo img{
	float: left;
}

.Menu{
	float: left;
}

.Ulmenu{
	float: left;
	position: relative;
}

.TxtMenu{
	float: left;
	list-style: none;
}


.AMenu {
	float: left;
	color: #efefef;
	font-size: 18px;
	padding: 55px 45px 45px;
	position: relative;
	text-decoration: none;
	z-index: 99;
	font-family: 'Poppins-Light';
}

.Ulmenu:hover #hoverMenu{
	opacity: 1 !important;
	visibility: visible !important;
}

.AMenu span{
	padding: 0 10px;
}

#hoverMenu{
	float: left;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 30px;
	opacity: 0;
	transition: visibility 0.3s, opacity 0.2s linear;
	-webkit-transition: visibility 0.3s, opacity 0.2s linear;
	overflow: hidden;
}

#hoverMenu span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #ffffff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.UlSub{
	left: 35px;
	top: 98px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 20px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 20px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 20px -10px rgba(0,0,0,0.75);
	-webkit-animation-duration: 0.6s !important;
	animation-duration: 0.6s !important;
}

.UlSub2{
	position: absolute;
	top: 0;
	left: 165px;
	z-index: 9;
	background-color: #ffffff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
        -webkit-box-shadow: 0px 2px 20px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 20px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 20px -10px rgba(0,0,0,0.75);
}

.TxtMenu:hover .UlSub{
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	display: block;
}

.TxtSub{
	list-style: none;
	position: relative;
}

.ASub{
	text-decoration: none;
	color: #000000;
	padding: 15px 60px 15px 25px;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

.ASub:after{
	content: '>';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	color: #ffffff;
	margin: auto;
	height: 25px;

}

.TxtSub:hover .ASub{
	background-color: #850000;
	color: #ffffff;
	border-color: #850000;
}

.TxtSub:hover .UlSub2{
	opacity: 1;
	visibility: visible;
}

.ASubSub{
	text-decoration: none;
	color: #000000;
	padding: 15px 60px 15px 25px;
	display: block;
	border-bottom: 1px solid #f1f1f1;
}

.ASubSub:hover{
	background-color: #850000;
	color: #ffffff;
	border-color: #850000;
}

.ContFone{
	display: none;
	text-align: center;
	height: 70px;
	width: 22%;
	float: right;
	max-width: 110px;
}

.BoxPesq{
	width: 240px;
	float: left;
	position: relative;
	padding: 43px 0 44px 25px;
}

.BoxPesq form{
	width: 100%;
	float: left;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
}

.InpPesq{
	width: 100%;
	float: left;
	height: 50px;
	background-color: #EAEAEA;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 55px 0 22px;
	font-size: 12px;
	color: #5F5F5F;
	font-weight: bold;
}

.InpPesq::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: #5F5F5F;
	font-weight: bold;
}
.InpPesq::-moz-placeholder{ /* Firefox 19+ */
	color: #5F5F5F;
	font-weight: bold;
}

.BtnPesq{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	top: 0;
	text-indent: -9999px;
	background-image: url('../images/Pesq.png');
	background-color: #EAEAEA;
	cursor: pointer;
}

.BtnPesq:hover{
	background-position: bottom;
}

.RedesT{
	float: right;
	position: relative;
}

.RedesT .RedeT {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 2px;
	padding: 55px 0 44px;
	cursor: pointer;
}

.RedeT:hover{
	opacity: 0.8;
}


/*FIM CABEÇALHO*/

.Conteudo{
	width: 100%;
	float: left;

}

.Banner{
	width: 100%;
	float: left;
	margin-top: -129px;
	height: 100vh;
	position: relative;
	min-height: 600px;
	max-height: 970px;
}


#owl-Banner .owl-stage-outer{
	position: fixed !important;
	
}

#owl-Banner .item{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 100vh;
	min-height: 600px;
	max-height: 970px;
}

#owl-Banner .item:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+40&1+0,0.1+33,0+40 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 33%, rgba(0,0,0,0) 40%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.1) 33%,rgba(0,0,0,0) 40%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.1) 33%,rgba(0,0,0,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

.Vid:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('../images/BgBanner.png');
	background-repeat: no-repeat;
	background-position: left;
}


#owl-Banner .item img, #owl-Banner .item video, #owl-Banner .item iframe{
	position: relative;
	object-fit: cover;
	width: 101%;
	height: 101%;
	max-width: 1920px;
	height: 100vh;
	min-height: 600px;
	max-height: 970px;

}

.text {
	position: absolute;
	width: 90%;
	max-width: 1300px;
	left: 0;
	right: 0;
	top: 166px;
	bottom: 0;
	margin: auto;
	z-index: 999;
	display: grid;
	align-content: center;
	
}

.BloLef {
	width: 100%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.P1 {
	position: relative;
	font-size: 51px;
	color: #ffffff;
	position: relative;
	font-style: italic;
	font-family: 'BwHelderDEMO-W1Light';
	letter-spacing: 1px;
}


.P2 {
	position: relative;
	font-size: 67px;
	color: #ffffff;
	font-style: italic;
	font-family: 'BwHelderDEMO-W1Bold';
}


.ContDots {
	position: absolute;
	top: 166px;
	bottom: 0;
	right: 1.5%;
	margin: auto;
	z-index: 9;
	display: grid;
	align-content: center;
}

.FRig{
	display: table-cell;
	vertical-align: middle;
	width: 16px;
}

.Pontos {
	width: 100%;
	float: left;
	text-align: center;
}

.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit;
	cursor: pointer;
}

.Pontos span {
	width: 6px;
	height: 6px;
	margin: 12px 5px;
	display: block;
	background-color: #ffffff;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
	position: relative;
	opacity: 0.5;
}


.Pontos .active span, .owl-dot:hover span{
	opacity: 1;
}

/**************  FIM BANNER  **********/


.Bloco, .Bran{
	width: 100%;
	float: left;
	background-color: #ffffff;
	position: relative;
	z-index: 9;
}

.ContT {
	width: 100%;
	float: left;
	margin: 80px 0 40px;
	position: relative;
	border-bottom: 1px solid #EEEEEE;
}

.TPrinc {
	float: left;
	padding-bottom: 5px;
	margin-bottom: -1px;
	border-bottom: 1px solid #850000;
	font-weight: normal;
	font-family: 'Poppins-Medium';
}

.TPrinc a{
	font-size: 24px;
	color: #222222;
	text-decoration: none;
}

.TPrinc a:hover{
	color: #850000;
}

.BlocoC1{
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}

.ItemC1{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	cursor: pointer;

}

.ImgC1{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;

}

.ImgC1:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	opacity: 0;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
}

.ImgC1 img{
	width: 101%;
	float: left;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;

}

.ItemC1:hover .ImgC1 img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.ItemC1:hover .ImgC1:after{
	opacity: 0.2;
}

.ContTxtC1{
	width: 100%;
	float: left;
	padding: 20px 0;
	text-align: center;
	line-height: 25px;
}

.TC1{
	width: 100%;
	float: left;
        padding: 8px 0;
}

.TC1 a{
	width: 100%;
	float: left;
	font-size: 19px;
	color: #4A4A4A;
	position: relative;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.3px;
}


.RC1{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #4A4A4A;
            line-height: 20px;
}

.ItemC1:hover .TC1 a{
	color: #850000;
}


.Next{
	position: absolute;
	width: 35px;
	height: 35px;
	top: -90px;
	bottom: 0;
	margin: auto;
	right: -100px;
	margin: auto;
	cursor: pointer;
}

.Back{
	position: absolute;
	width: 35px;
	height: 35px;
	top: -90px;
	bottom: 0;
	margin: auto;
	left: -100px;
	margin: auto;
	cursor: pointer;
}

.NextC1, .BackC1{
	top: -90px;
}


.Next:hover .HSet, .Back:hover .HSet{
	fill: #850000;
}

.BlocoM{
	background-image: url('../images/BgMeio.jpg');
	background-attachment: fixed;
}

.BlocoSobre{
	width: 100%;
	float: right;
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8a0000+0,8a0000+100&0.9+0,0.9+100 */
	background: -moz-linear-gradient(top,  rgba(138,0,0,0.9) 0%, rgba(138,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(138,0,0,0.9) 0%,rgba(138,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(138,0,0,0.9) 0%,rgba(138,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e68a0000', endColorstr='#e68a0000',GradientType=0 ); /* IE6-9 */

}

.BoxTxt3 {
    width: 1200px;
    display: table-cell;
    vertical-align: middle;
    height: 350px;
    padding: 10px 20px;
}

.ContT3{
	width: 100%;
	float: left;
	margin: 0 0 25px;
}

.TPrinc2{
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}

.TPrinc2 a{
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.3px;
}


.DescEmpre{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #f3f3f3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	line-height: 23px;
	font-family: 'Poppins-Light';
	letter-spacing: 0.3px;
}

.DescEmpre a{
	text-decoration: none;
	color: #7c7c7c;

}

.DescEmpre a:hover{
	color: #1A4BA1;
}

.BoxEsq2 {
	width: 48%;
	float: left;
}

.BoxBtnRev{
	display: table-cell;
	vertical-align: middle;
	height: 310px;
	width: 320px;
	text-align: center;
}

.BoxBtnRev a{
	display: inline-block;
	padding: 11px 28px;
	border-radius: 40px;
	border: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Poppins-Light';
}

.BoxBtnRev a:hover{
	color: #850000;
	background-color: #ffffff;
}

.BlocoC2{
	width: 100%;
	float: left;
	position: relative;
}

.ItemC2{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.TC2 a{
	font-size: 17px;
}

.RC2{
	font-size: 14px;
}

.BoxInsta{
	width: 100%;
	float: left;
}

.ItemInsta{
	width: 100%;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.ItemInsta img{
	width: 100%;
	float: left;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
}

.ItemInsta:hover img{
	transform: scale(1.07);
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
}


.Rodape{
	width: 100%;
	float: left;
	position: relative;
	z-index: 9;
	overflow: hidden;
	background-image: url('../images/BgRodape.jpg');
	background-attachment: fixed;
	background-position: bottom;

}


.Rodape1{
	width: 100%;
	float: left;
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#640000+0,640000+100&0.75+0,0.75+100 */
	background: -moz-linear-gradient(top,  rgba(100,0,0,0.75) 0%, rgba(100,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(100,0,0,0.75) 0%,rgba(100,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(100,0,0,0.75) 0%,rgba(100,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf640000', endColorstr='#bf640000',GradientType=0 ); /* IE6-9 */

}

.ListRodape{
	float: left;
	position: relative;
	backface-visibility: hidden;
	padding: 70px 6px 70px
}

.ListRodape1 {
	width: 210px;
}

.ListRodape2 {
	width: 345px;
	padding: 70px 70px 70px 140px
}

.ListRodape3 {
	width: 180px;
	padding: 70px 140px 70px 70px
}

.ListRodape4 {
	width: 115px;
}


.TR{
	width: 100%;
	float: left;
	color: #ffffff;
	font-size: 21px;
	position: relative;
	letter-spacing: 0.8px;
	margin-bottom: 5px;
}

.LinhaR{
	width: 40px;
	height: 3px;
	background-color: #FFBF00;
	float: left;
}


.UlRodape{
	width: 100%;
	float: left;
	margin-top: 13px;
	position: relative;
	backface-visibility: hidden;
}


.LiRodape{
	width: 100%;
	float: left;
	margin-bottom: 8px;
	color: #ffffff;
	font-size: 13px;
	list-style: none;
	letter-spacing: 0.7px;
	font-family: 'Poppins-Light';
	opacity: 0.95;
}

.LiRodape .LinkR{
	color: #ffffff;
	font-size: 13px;
	float: left;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	text-decoration: none;
	font-family: 'Poppins-Light';

}

.LiRodape .LinkR:hover{
	transform: translateX(7px);
	-webkit-transform: translateX(7px);
	
}

.LinkR:before{
	content: '';
	float: left;
	width: 3px;
	height: 3px;
	margin: 8px 6px 12px 2px;
	border-radius: 50%;
	background-color: #ffffff;
}


.LiRodape a{
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}

.LinkR b{
	font-size: 13px;
	letter-spacing: 1px;
	font-family: 'Poppins-Medium';
	font-weight: normal;
}

.FoneR{
	color: #ffffff;
	
}

.FoneR b{
	letter-spacing: 0.5px
	
}


.InputNews {
	width: 100%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
	padding: 0 50px 0 20px;
	border-radius: 40px;
	background-color: #ffffff;
	color: #6B6B6B;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
	font-style: italic;
}

.EnviarNews {
	width: 50px;
	height: 40px;
	float: right;
	margin-top: -50px;
	z-index: 9999;
	position: relative;
	text-indent: -99999px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/Ok.png);
}

.EnviarNews:hover {
	background-position: bottom;
}

.BoxRedesR{
	width: 100%;
	float: left;
	padding: 10px 0;
}

.BoxRedesR a:hover{
	opacity: 0.8;
}


.Rodape2{
	width: 100%;
	float: left;
	height: 400px;
	position: relative;
	background-color: #ffffff;

}

.Rodape3{
	width: 100%;
	float: left;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#640000+0,640000+100&0.75+0,0.75+100 */
	background: -moz-linear-gradient(top,  rgba(100,0,0,0.90) 0%, rgba(100,0,0,0.90) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(100,0,0,0.90) 0%,rgba(100,0,0,0.90) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(100,0,0,0.90) 0%,rgba(100,0,0,0.90) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf640000', endColorstr='#bf640000',GradientType=0 ); /* IE6-9 */

}

.Copy{
	display: inline-block;
	text-align: center;
	color: #e2e2e2;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 12px 6% 11px;
	font-family: 'Poppins-Light';
}

.Copy .Th{
	display: inline-block;
	font-size: 11px;
	font-weight: normal;

}

.Copy a{
	color: #ffffff;
	text-decoration: none;
}

.Copy a:hover{
	color: #000000;

}


/*EMPRESA*/

.TopInt{
	background-color: #212121;
}

.TopInt #hoverMenu{
	bottom: 0;
	height: 3px;
}

.BgTit{
	width: 100%;
	float: left;
}

.ContTInt{
	width: 100%;
	float: left;
	text-align: center;
	padding: 50px 0;
	position: relative;
}

.ContTInt:before{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #EEEEEE;
}

.TInt{
	max-width: 980px;
	font-size: 32px;
	color: #222222;
	letter-spacing: 0.5px;
	padding: 10px 25px 2px;
	position: relative;
	z-index: 9;
	display: inline-block;
	line-height: 42px;
	font-family: 'Poppins';
	background-color: #ffffff;

}

.LinhaTInt{
	width: 50px;
	height: 4px;
	background-color: #850000;
	display: table;
	margin: 0 auto;
}

.BoxInt{
	width: 100%;
	float: left;
}

.BoxEmpreInt{
	width: 100%;
	float: left;
	margin: 10px 0 80px;

}

.BoxGaleInt{
	width: 600px;
	height: 450px;
	float: left;
	margin: 5px 60px 40px 0;
	position: relative;
}


.BoxGaleInt img {
	width: 100%;
	float: left;

}

.NextP4{
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	z-index: 99;
	padding: 30px 12px;

}

.BackP4{
	left: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	z-index: 99;
	padding: 30px 12px;
}

.NextP4 .HSet, .BackP4 .HSet{
	fill: #ffffff;
}

.NextP4:hover .HSet, .BackP4:hover .HSet {
	fill: #ffffff;
}

.BoxTxtIntEmp{
	font-size: 21px;
	color: #7b7b7b;
	margin-bottom: 20px;
	line-height: 33px;
	text-align: justify;
}

.CompEmp{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.TxtComp{
	width: 100%;
	float: left;
	font-size: 14px;
	font-style: italic;
	color: #999999;
	padding-bottom: 5px;
}

.UlComp{
	width: 400px;
	float: left;
	overflow: hidden;
}

/*PRODUTOS*/


.BoxProd{
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0 60px;
}

.BoxProd .ItemC1 {
	max-width: 250px;
	margin: 0 35px 60px;
}


/*PRODUTO*/

.BoxProdInt{
	width: 100%;
	float: left;
	margin: 10px 0 50px; 
}


.BoxGaleImov{
	width: 54%;
	float: left;
	margin: 0 5% 50px 0;
	position: relative;
	
}

.MinGale{
	width: 14%;
	float: left;
	margin-right: 4%;
}

.bxslider li{
	cursor: pointer;
}

.bxslider li:hover{
	opacity: 0.8;
}

.Act{
	outline: 4px solid #000000;
	outline-offset: -4px;
}

.bx-wrapper .bx-controls-direction a{
	opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a:hover{
	opacity: 1;
}

.BoxGale{
	width: 81%;
	float: right;
	margin-right: 1%;
}

.BoxGale img{
	float: left;
	max-width: 100%;
}

.ItemTxtPro{
	display: table-cell;
	width: 1200px;
	padding-bottom: 50px;
}

.TxtProdInt{
	width: 100%;
	float: left;
	color: #6f6f6f;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 25px;
	font-family: 'Poppins-Light';
}

.ProdCom{
	padding: 0 0 30px;
}

.BtnSaiba{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.BtnSaiba a{
	float: left;
	padding: 18px 35px;
	border-radius: 40px;
	color: #ffffff;
	text-decoration: none;
	background-color: #850000;
	font-size: 20px;
	letter-spacing: 0;
}

.BtnSaiba a:hover{
	background-color: #222222;
}

.BlocoConf{
	margin-bottom: 60px;
}

.BlocoConf .ContT{
	margin: 0 0 30px;
}

.BlocoC4{
	width: 100%;
	float: left;
	position: relative;
}

/* ONDE COMPRAR */


.BoxMap{
	width: 100%;
	float: left;
	position: relative;
	background-color: #ffffff;
	height: 800px;
}

/*  SEJA UM REVENDEDOR */

.ContSeja{
	width: 100%;
	max-width: 600px;
	display: table;
	margin: 0 auto 80px;
}

.TxtSeja{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #808080;
	padding: 10px 0;
	line-height: 21px;
}

.ContSeja .Form{
	width: 100%;
	max-width: 100%;
}

/*CONTATO*/

.ContCont{
	width: 100%;
	float: left;
	margin: 10px 0 40px;
}

.Form{
	width: 100%;
	float: left;
	max-width: 47%;
	position: relative;
}

.InputC, .SelecCont{
	float: left;
	width: 100%;
	height: 58px;
	padding: 0px 25px 0;
	font-size: 16px;
	color: #151515;
	border-radius: 3px;
	letter-spacing: 0.3px;
	margin-bottom: 11px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f7f7f7;
	border: 1px solid #ececec;

}

.SelecCont{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../images/SetBaixo.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 50px
}

.Area {
	width: 100%;
	height: 165px;
	float: left;
	letter-spacing: 0.3px;
	padding: 20px 25px 65px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	line-height: 20px;
	color: #151515;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f7f7f7;
	border: 1px solid #ececec;

}

.InputC:focus, .SelecCont:focus, .Area:focus{
	border: 1px solid #d1d6ff;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(171,210,255,0.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(171,210,255,0.4);
	box-shadow: 0px 0px 3px 1px rgba(171,210,255,0.4);
}

.EnviarC{
	float: right;
	padding: 12px 35px;
	border-radius: 40px;
	margin-top: 15px;
	color: #ffffff;
	text-decoration: none;
	background-color: #850000;
	font-size: 20px;
	letter-spacing: 0;
	font-family: 'Poppins-Medium';
	cursor: pointer;
}


.EnviarC:hover {
	background-color: #222222;
}


.ContInfo{
	float: right;
	max-width: 47%;
	font-size: 19px;
	color: #666666;
	margin-left: 50px;
}

.ItemInfo{
	width: 100%;
	float: left;
	margin-bottom: 28px;
	line-height: 28px;
	
}

.TInfo {
	width: 100%;
	float: left;
	color: #444444;
	font-size: 19px;
	line-height: 30px;
}

.TxtInfo, .TxtInfo a {
	width: 100%;
	float: left;
	color: #949494;
	font-size: 19px;
	line-height: 24px;
	text-decoration: none;
}

.FoneInfo{
	width: 100%;
	float: left;
	margin-top: 5px;
	line-height: 27px;
}

.FoneInfo a{
	font-size: 28px;
	color: #212121;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-decoration: none;
	font-family: 'Poppins';
	
}

.FoneInfo a span{
	font-size: 18px;
	font-weight: normal;
	font-family: 'Poppins';
}

.ContRedeC{
	width: 100%;
	float: left;
}

.ContRedeC a{
	float: left;
	margin: 4px;
	
}

.ContRedeC a:hover .HC{
	fill: #212121;
}

.ContTintB{
	width: 100%;
	float: left;
	padding: 60px 0 30px;
	text-align: center;
	position: relative;
	
}

.H2Int{
	font-size: 22px;
	color: #47718A;
	font-weight: normal;
	display: inline-block;
	padding: 0 25px;
	background-color: #ffffff;
	position: relative;
}

.SepT{
	width: 100%;
	height: 1px;
	background-color: #175c80;
	float: left;
	margin-top: -11px;
	
}

.TSaiba{
	width: 100%;
	float: left;
	padding: 50px 0 0;
	text-align: center;
	background-color: #ffffff;
	position: relative;
	z-index: 9;
}


.TSaiba h3{
	font-weight: normal;
	display: inline-block;
	color: #8a8a8a;
	font-size: 15px;
	padding: 12px 0 5px;
	position: relative;
	font-family: 'Poppins-Light';
}

.TSaiba h3:before{
    content: '';
    width: 40px;
    height: 3px;
    background-color: #850000;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
}


/*  DOWNLOADS */

.Filt {
	min-width: 240px;
	padding: 12px 55px 12px 20px;
	margin: 45px 0;
	color: #838383;
	font-size: 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	height: 53px;
	background-image: url(../images/SetBaixo.png);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	background-color: #fbfbfb;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f7f7f7;
	border: 1px solid #ececec;
}

.BoxDow{
	width: 100%;
	float: left;
}

.Down{
	width: 100%;
	float: left;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px 45px 14px 25px;
	text-decoration: none;
	font-size: 18px;
	color: #747474;
	background-color: #f7f7f7;
	border: 1px solid #ececec;
	margin-bottom: 10px;
	border-radius: 4px;
}

.Down:before{
	content: '';
	width: 25px;
	height: 22px;
	background-image: url(../images/Down.png);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.Down:hover{
	background-color: #006096;
	color: #ffffff;
	border-color: #075b8a;

}

.Down:hover:before{
	background-position: bottom;
}

.grid-container {
    display: grid;
    grid-template-columns: 28% 28% 28%;
    gap: 50px 8%;
}

@media screen and (max-width: 1520px) {

	.Cont1400{
		width: 1300px;
	}

	.Next{
		right: 0;
		z-index: 99;
	}

	.Back{
		left: 0;
		z-index: 99;
	}

	.BlocoC1, .BlocoC2, .BlocoC3, .BlocoC4{
		position: initial;
	}

	.Next, .Back {
		top: 0;
		bottom: 0;
	}

	.NextP4, .BackP4 {
		top: 0;
		bottom: 0;
		padding: 20px 5px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.5+100 */
		background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=1 ); /* IE6-9 */

	}

	.NextP4:hover .HSet, .BackP4:hover .HSet{
		fill: #ffffff !important;
	}


}


@media screen and (max-width: 1400px) {

	.Cont1400, .Cont1300, .Cont1200{
		width: 1200px;

	}

	.AMenu {
		padding: 55px 35px 45px;
	}

	.ListRodape2 {
		padding: 70px 45px 70px 115px;
	}

	.ListRodape3{
		padding: 70px 115px 70px 45px;
	}


}

@media screen and (max-width: 1300px) {
	
	.Cont1400, .Cont1300, .Cont1200, .Cont1100{
		width: 980px;

	}

	.ContLogo {
		margin-right: 20px;
	}

	.AMenu {
		padding: 56px 21px 45px;
		font-size: 16px;
	}

	.ListRodape {
		width: 40%;
		padding: 60px 5%;
	}

	.ListRodape3, .ListRodape4 {
		width: 40%;
		padding: 0 5% 40px;
	}

	.BoxGale {
		width: 82%;
		float: left;
		margin-right: 0;
	}


}


@media screen and (max-width: 1100px) {
	

	.Cont980, .Cont1100, .Cont1200, .Cont1300, .Cont1400{
		width: 100%;
		
	}

	.CondTop, .RedesT{
		display: none;
	}

	.Header-Medium{
		width: 100%;
		min-height: 70px;
		position: relative;
		background-color: #000000;
	}


	.ContLogo {
		width: 40%;
		height: 70px;
		float: left;
		position: absolute;
		padding: 0;
		left: 0;
		right: 0;
		top: 0;
		z-index: 9;
		margin: auto;
		-webkit-box-shadow: initial;
		-moz-box-shadow: initial;
		box-shadow: initial; 

	}

	.ContLogo img{
		max-width: 90%;
		max-height: 40px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}


	.ContMenu{
		text-align: center;
		width: 22%;
		float: left;
		max-width: 110px;
	}

	.ContMenu label{
		display: block;
		width: 100%;
		height: 70px;
		z-index:99;
		float: left;
		transition: all .3s linear;
		-webkit-transition:  all .3s linear;
		-moz-transition: all .3s linear;
		-o-transition:all .3s linear;
		cursor: pointer;
	}
	
	
	.ContMenu .BMenu{
		width: 34px;
		height: 6px;
		display: block;
		margin: 0 auto;
		margin-top: 21px;
		border-radius: 2px;
		background-color: #ffffff;
		transition: all .2s linear;
		-webkit-transition: all .2s linear;
		-moz-transition: all .2 linear;
		-o-transition: all .2s linear;
	}

	.ContMenu .BMenu2{
		width: 34px;
		height: 6px;
		display: block;
		margin: 5px auto;
		border-radius: 2px;
		background-color: #ffffff;
		transition: all .2s linear;
		-webkit-transition:  all .1s linear;
		-moz-transition: all .1s linear;
		-o-transition:all .1s linear;
	}

	.ContMenu  .BMenu3{
		width: 34px;
		height: 6px;
		display: block;
		margin: 0 auto;
		border-radius: 2px;
		background-color: #ffffff;
		transition: all .2s linear;
		-webkit-transition:  all .2s linear;
		-moz-transition: all .2 linear;
		-o-transition: all .2s linear;
	}

	.BAtivo{
		display: block !important;

	}

	.BAtivo2{
		position: relative;
		background-color: #850000;
	}

	.BAtivo .BMenu2{
		background: transparent;
	}

	.BAtivo .BMenu{
		background-color: #ffffff;
		transform: translate(0px, 11px) rotate(46deg);
		-webkit-transform: translate(0px, 11px) rotate(46deg);
		-o-transform:translate(0px, 11px) rotate(46deg);
		-moz-transform: translate(0px, 11px) rotate(46deg);

	}

	.BAtivo .BMenu3{
		background-color: #ffffff;
		transform: translate(0px, -11px) rotate(315deg)!important;
		-webkit-transform: translate(0px, -11px) rotate(315deg);
		-o-transform: translate(0px, -11px) rotate(315deg);
		-moz-transform: translate(0px, -11px) rotate(315deg);
	}	

	.Ulmenu:hover #hoverMenu{
		display: none;
	}

	.Menu{
		display: none;
		width: 100%;
		position: absolute;
		float: left;
		text-align: left;
		padding: 0;
		margin-top: 71px;
		z-index: 999999999;
		display: none;
		outline-offset: -1px;
		outline: 2px solid #DDDDDD;
		background-color: #ffffff;

	}

	.NavMenu, .Ulmenu{
		width: 100%;
		float: left;
		background-color: #ffffff;

	}

	.TxtMenu{
		width: 100%;
		border-bottom: 2px solid #DDDDDD;
		color: #727272;
		background-color: #ffffff;
		position: relative;
	}


	.AMenu{
		display: block;
		color: #232323;
		padding: 15px 20px;
		font-size: 16px;
		float: initial;
	}

	.AMenu:after{
		display: none;
	}

	.TxtMenu:hover .SuMenu {
		visibility: visible;
		opacity: 1;
	}

	.ASub:hover {
		background-color: #e8e8e8;
		color: #535353;
	}

	.SuMenu{
		display: block;
		position: relative;
		top: 0;
		opacity: 1;
		visibility: visible;
	}

	.TxtMenu:hover .UlSub {
		-webkit-animation-name: initial;
		animation-name: initial;
		display: none;
	}

	.TxtMenu:hover .AMenu{
		background: initial;
		color: #232323;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	.TxtMenu:hover .AMenu:after {
		display: none;
	}

	.UlSub, .UlSub2{
		opacity: 1;
		visibility: visible;
		position: relative;
		left: initial !important;
		top: initial !important;
		-webkit-box-shadow: initial;
		-moz-box-shadow: initial;
		box-shadow: initial;
		display: none;
		-webkit-transition: initial;
		-moz-transition: initial;
		-ms-transition: initial;
	}
	

	.TxtSub:hover .ASub{
		background-color: #e8e8e8;
		color: #535353;
		border-color: #d3d3d3;
	}

	.MaisM{
		width: 65px;
		height: 56px;
		position: absolute;
		top: 0px;
		right: 0;
		background-color: #e0e0e0;
		background-image: url(../images/BaixoM.png);
		background-repeat: no-repeat;
		background-position: center;
		z-index: 999;
		border-top: 1px solid #cecece;
		border-bottom: 1px solid #d2d2d2;
	}

	.ASub {
		background-color: #e8e8e8;
		padding: 16px 30px 15px;
		margin-bottom: 0;
		border-top: 1px solid #d3d3d3;
		border-radius: 0;
		color: #535353;
		border-bottom: 0;
	}

	.ASub:before{
		display: none;
	}

	.TxtSub2 .ASub{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 8px 20px;
		margin: 0;
		font-size: 16px;
		border-bottom: 1px solid #d4d4d4;
		background-color: #dadada;
	}

	.ASubSub {
		text-decoration: none;
		color: #535353;
		padding: 10px 25px;
		display: block;
		border-top: 1px solid #bfbfbf;
		background-color: #e0e0e0;
		border-bottom: none;
	}

	.ASubSub:hover {
		background-color: #e0e0e0;
		color: #535353;
		border-color: #bfbfbf;
	}

	.TxtSub2 .ASub:after{
		display: none;
	}

	.TxtSub2 .ASub:hover{
		background-color: #dadada;
		color: #000000;
	}

	.FundoMenu{
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
		width: 101%;
		height: 120%;
		position: fixed;
		top: 0;
		left: -1px;
		z-index: -9;
		display: none;

	}

	.ContFone{
		display: block;
	}

	.FoneT {
		display: table-cell;
		vertical-align: middle;
		height: 70px;
	}

	.FoneT svg {
		float: left;
	}

	.FormPesq2{
		display: none;
	}

	.Banner, .Banner2{
		margin-top: 0;

	}

	.Banner, #owl-Banner .item, #owl-Banner .item video, #owl-Banner .item iframe, #owl-Banner .item img {
		max-height: initial;
		min-height: 120px;
		height: initial;
		float: left;
	}

	#owl-Banner .item img{
		float: left;
		transform: initial !important;
		-webkit-transform: initial !important;
		min-height: 120px;
	}

	#owl-Banner .owl-stage-outer {
		position: relative !important;
	}

	.TPrinc a{
		font-size: 19px;
	}

	.TPrinc a:hover{
		color: #373333;
	}

	.BlocoC1, .BlocoC2, .BlocoC3{
		width: 90%;
		padding: 0 5% 50px;
		margin-bottom: 0;

	}

	.ContT{
		width: 90%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 35px 5% 30px;
	}

	.BlocoConf .ContT{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0 0 20px;
	}

	.Next, .Back {
		top: -10%;
	}

	.Next:hover .HSet, .Back:hover .HSet{
		fill: #DADADA;
	}

	.Next svg, .Back svg, .Next, .Back{
		width: 30px;
		height: 30px;
	}

	.ItemC1:hover .ImgC1 img, .ItemInsta:hover img {
		transform: initial;
		-webkit-transform: initial;
		filter: initial;
		-webkit-filter: initial;
	}

	.ImgC1:after{
		display: none;
	}

	.TC1 a{
		font-size: 14px;
		line-height: 17px;
	}

	.ItemC1:hover .TC1 a {
		color: #4A4A4A;
	}

	.RC1 {
		font-size: 12px;
		font-style: italic;
		color: #800506;
		line-height: 15px;
		padding-top: 10px;
	}

	.BlocoM{
		background-image: none;
	}

	.BlocoSobre {
		background: #850000;
	}

	.BoxTxt3 {
		width: 100%;
		float: left;
		height: initial;
		padding: 5% 5% 20px 5%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.DescEmpre {
		font-size: 14px;
		padding: 0;
	}

	.TPrinc2 a {
		font-size: 19px;
	}

	.BoxBtnRev {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 100%;
		float: left;
		height: initial;
		padding: 0 5% 5%;
	}

	.BoxBtnRev a{
		float: left;
		font-size: 16px;
	}

	.BoxBtnRev a:hover {
		color: #ffffff;
		background-color: transparent;
	}

	.Rodape{
		background-image: none;

	}

	.Rodape1{
		background: #850000;
	}

	.LinhaR{
		margin-left: 0;
	}

	.LiRodape .LinkR:hover {
		transform: none;
		-webkit-transform: none;
	}


	/*EMPRESA*/

	.ContTInt{
		padding: 30px 0;
	}

	.TInt {
		font-size: 20px;
		line-height: 26px;
		padding: 5px 20px 0;
	}


	.BoxInt{
		width: 90%;
		margin: 0 5%;
	}


	.BoxGaleInt {
		width: 100%;
		height: auto;
		float: left;
		margin: 0 0 40px;
		position: relative;
	}

	.BoxTxt {
		width: 100%;
		float: left;
		color: #919191;
		font-size: 19px;
		line-height: 28px;
	}

	.BoxTxtIntEmp{
		font-size: 18px;
		line-height: initial;
	}

	.NextP4, .BackP4{
		padding: 15px 5px;
	}

	.BoxMV {
		grid-template-columns: auto;
	}

	/*PRDUTOS*/

	.BoxProd .ItemC1{
		max-width: 40%;
		margin: 0 4% 40px;
	}


	
	/*PRODUTO*/

	.BoxGaleImov {
		width: 100%;
		margin: 0 0 40px;
	}

	.BoxGale img {
		width: 100%;
	}

	.BoxGale {
		width: 80%;
		float: left;
	}

	.MinGale {
		width: 100%;
		margin: 20px 0;
		position: relative;
	}

	.BoxGale{
		width: 100%;
		float: left;
	}

	.ItemTxtPro{
		float: left;
		width: 100%;
	}

	.bx-wrapper img{
		float: left;
	}

	/*CONTATO*/

	.ContCont{
		width: 100%;
		padding: 0;
		margin: 10px 0;
	}

	.EnviarC{
		padding: 8px 32px;
	}

	.EnviarC:hover{
		background-color: #850000;
	}

	.Form{
		max-width: 100%;
		margin: 0 0 30px;
	}

	.ContInfo {
		max-width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}

	

}

@media screen and (max-width: 720px) {

	
	.ListRodape {
		width: 90%;
		float: left;
		padding: 40px 5% 40px;
		margin: 0;
		border: none;
		text-align: left;
		border-bottom: 1px solid #750505;
	}

	.ListRodape1:after{
		display: none;
	}

	.LiRodape, .LiRodape .LinkR{
		font-size: 12px;
	}

	.ListRodape3{
		padding-bottom: 40px;
		background-image: none;
	}


	.ListRodape3 .LinhaR {
		float: left;
		margin: 0;
	}

	.TR{
		font-size: 18px;

	}
        
        .grid-container {
    display: grid;
    grid-template-columns: 45% 45%;
    gap: 30px 10%;
}
	

}

@media screen and (max-width: 640px) {
	.BlocoC1, .BlocoC2, .BlocoC3{
		width: 80%;
		padding: 0 10% 30px;
	}

	.ContT, .BlocoConf .ContT{
		width: 80%;
		margin: 25px 10%;
	}

	.Rodape2 {
		height: 300px;
	}

	.GaleImovMin {
		height: 50px;
	}


}


@media screen and (max-width: 480px) {
	.UlComp{
		max-width: 100%;
		margin-left: 0;

	}

	.ContComp .UlComp {
		width: 100%;
	}



}





